func net.trimSpace
8 uses
net (current package)
nss.go#L168: line = trimSpace(removeComment(line))
nss.go#L177: db := trimSpace(line[:colon])
nss.go#L180: srcs = trimSpace(srcs)
nss.go#L191: srcs = trimSpace(srcs[sp+1:])
parse.go#L247: func trimSpace(x string) string {
parse.go#L274: x = trimSpace(x)
parse.go#L280: if field := trimSpace(x[:sp]); len(field) > 0 {
parse.go#L285: x = trimSpace(x[sp+1:])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |